concurrent access - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

concurrent access - перевод на русский

MEASURES TO ENSURE CONCURRENT COMPUTING OPERATIONS GENERATE CORRECT RESULTS
Concurrent access; Global concurrency control; Multidatabase concurrency control; Modular concurrency control
Найдено результатов: 607
concurrent access         
одновременный (совпадающий по времени) доступ
concurrency control         
контроль совпадений запросов. Операционная система обеспечивает примитивы для онлайновой системы реляционных баз данных, защищенной от фатальных сбоев и конфликтов. Одним из таких примитивов является контроль совпадений противоречивых запросов к базе данных.
sequential programming         
FORM OF COMPUTING IN WHICH SEVERAL COMPUTATIONS ARE EXECUTING DURING OVERLAPPING TIME PERIODS
Concurrent programming; Concurrent process; Concurrent programming language; Concurrent computation; Concurrent Programming; Concurrent algorithm; COPL; Process Communication Model (computing); Concurrent program; Concurrency (computing); Concurrent programming languages; Sequential programming; History of concurrent programming; List of languages supporting concurrent programming; Software concurrency

общая лексика

последовательное программирование, программирование для обычных компьютеров

в противоположность программированию для параллельной обработки

математика

последовательное программирование

Смотрите также

parallel processing

concurrent process         
FORM OF COMPUTING IN WHICH SEVERAL COMPUTATIONS ARE EXECUTING DURING OVERLAPPING TIME PERIODS
Concurrent programming; Concurrent process; Concurrent programming language; Concurrent computation; Concurrent Programming; Concurrent algorithm; COPL; Process Communication Model (computing); Concurrent program; Concurrency (computing); Concurrent programming languages; Sequential programming; History of concurrent programming; List of languages supporting concurrent programming; Software concurrency
конкурирующий процесс; параллельный процесс
concurrent programming         
FORM OF COMPUTING IN WHICH SEVERAL COMPUTATIONS ARE EXECUTING DURING OVERLAPPING TIME PERIODS
Concurrent programming; Concurrent process; Concurrent programming language; Concurrent computation; Concurrent Programming; Concurrent algorithm; COPL; Process Communication Model (computing); Concurrent program; Concurrency (computing); Concurrent programming languages; Sequential programming; History of concurrent programming; List of languages supporting concurrent programming; Software concurrency
параллельное программирование
co-tenant         
OWNERSHIP OF PROPERTY BY TWO OR MORE INDIVIDUALS
Joint tenants with rights of survivorship; Tenants in common; Joint tenants; JTWROS; Tenancy in common; Tenants by the entirety; Tenancy by the entirety; Joint tenants with right of survivorship; Joint tenancy with right of survivorship; Right of survivorship; Joint tenancy with rights of survivorship; Joint tenancies; Cotenancy; Co-tenancy; Co tenancy; Cotenant; Co-tenant; Co tenant; Joint tenancy; Concurrent estates; Estate by entirety; Tenancy by the entireties; Survivorship; Undivided interest; Tenant-in-common; Tenant-in-common (TIC); Joint property; Joint tenant; JTROS; Joint-own; Tenancy by entirety; Tenancy of the entirety; Tenants-in-common; Tenancy-in-common; Tenant in common; Concurrent interests; Concurrent interest; Tenancy by entirities; Tenancy by entireties

[kəu'tenənt]

существительное

юриспруденция

соарендатор

right of survivorship         
OWNERSHIP OF PROPERTY BY TWO OR MORE INDIVIDUALS
Joint tenants with rights of survivorship; Tenants in common; Joint tenants; JTWROS; Tenancy in common; Tenants by the entirety; Tenancy by the entirety; Joint tenants with right of survivorship; Joint tenancy with right of survivorship; Right of survivorship; Joint tenancy with rights of survivorship; Joint tenancies; Cotenancy; Co-tenancy; Co tenancy; Cotenant; Co-tenant; Co tenant; Joint tenancy; Concurrent estates; Estate by entirety; Tenancy by the entireties; Survivorship; Undivided interest; Tenant-in-common; Tenant-in-common (TIC); Joint property; Joint tenant; JTROS; Joint-own; Tenancy by entirety; Tenancy of the entirety; Tenants-in-common; Tenancy-in-common; Tenant in common; Concurrent interests; Concurrent interest; Tenancy by entirities; Tenancy by entireties
право одного из совладельцев на собственность после смерти партнёра
co-tenancy         
OWNERSHIP OF PROPERTY BY TWO OR MORE INDIVIDUALS
Joint tenants with rights of survivorship; Tenants in common; Joint tenants; JTWROS; Tenancy in common; Tenants by the entirety; Tenancy by the entirety; Joint tenants with right of survivorship; Joint tenancy with right of survivorship; Right of survivorship; Joint tenancy with rights of survivorship; Joint tenancies; Cotenancy; Co-tenancy; Co tenancy; Cotenant; Co-tenant; Co tenant; Joint tenancy; Concurrent estates; Estate by entirety; Tenancy by the entireties; Survivorship; Undivided interest; Tenant-in-common; Tenant-in-common (TIC); Joint property; Joint tenant; JTROS; Joint-own; Tenancy by entirety; Tenancy of the entirety; Tenants-in-common; Tenancy-in-common; Tenant in common; Concurrent interests; Concurrent interest; Tenancy by entirities; Tenancy by entireties

[kəu'tenənsi]

существительное

юриспруденция

соаренда

.MDB         
  • The logo for Access from 2013 to 2019
  • Office XP]]
DATABASE MANAGER THAT IS PART OF THE MICROSOFT OFFICE PACKAGE
Microsoft Access Development; MS Access; Microsoft access; Ms access; Ms Access; MS access; Access 97; MSACCESS; Microsoft Office Access; .mdb; Msaccess.exe; Office Access; .mde; Microsoft Access 2002; Access 2002; Access 2; Accdb; .accdb; Microsoft Acces; Microsoft Access 2007; Access 97 SR2; MSAccess; .accdr; .accdt; .accda; .accde; .laccdb

общая лексика

файл базы данных в СУБД Access

random access         
ABILITY TO ACCESS AN ARBITRARY ELEMENT OF A SEQUENCE IN EQUAL TIME
Random-access storage; Random access file; Random-access; Random I/O; Random read; Random write; Direct access (computing)
произвольный /прямой/ доступ

Определение

CREW PRAM

Википедия

Concurrency control

In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, concurrency control ensures that correct results for concurrent operations are generated, while getting those results as quickly as possible.

Computer systems, both software and hardware, consist of modules, or components. Each component is designed to operate correctly, i.e., to obey or to meet certain consistency rules. When components that operate concurrently interact by messaging or by sharing accessed data (in memory or storage), a certain component's consistency may be violated by another component. The general area of concurrency control provides rules, methods, design methodologies, and theories to maintain the consistency of components operating concurrently while interacting, and thus the consistency and correctness of the whole system. Introducing concurrency control into a system means applying operation constraints which typically result in some performance reduction. Operation consistency and correctness should be achieved with as good as possible efficiency, without reducing performance below reasonable levels. Concurrency control can require significant additional complexity and overhead in a concurrent algorithm compared to the simpler sequential algorithm.

For example, a failure in concurrency control can result in data corruption from torn read or write operations.

Как переводится concurrent access на Русский язык